home *** CD-ROM | disk | FTP | other *** search
/ Education (Super OZ Shareware) / Education (Super OZ Shareware).iso / superoz.bat < prev    next >
DOS Batch File  |  1995-02-04  |  710b  |  60 lines

  1. @echo off
  2. if "%1" == "" goto INTRO
  3. goto start
  4.  
  5. :intro
  6.  
  7. CALL INTRO.BAT
  8.  
  9. :START
  10. CD \
  11.  
  12. STARTM
  13.  
  14. IF ERRORLEVEL == 99 GOTO END
  15. IF ERRORLEVEL == 8 GOTO OPT8
  16. IF ERRORLEVEL == 7 GOTO OPT7
  17. IF ERRORLEVEL == 6 GOTO OPT6
  18. IF ERRORLEVEL == 5 GOTO OPT5
  19. IF ERRORLEVEL == 4 GOTO OPT4
  20. IF ERRORLEVEL == 3 GOTO OPT3
  21. IF ERRORLEVEL == 2 GOTO OPT2
  22. IF ERRORLEVEL == 1 GOTO OPT1
  23.  
  24. goto START
  25.  
  26. :opt1
  27. CALL BROWSE.BAT
  28. goto end
  29.  
  30. :opt2
  31. menu\ozmnhlp.exe
  32. goto start
  33.  
  34. :opt3
  35. menu\sprnthlp.exe
  36. goto start
  37.  
  38. :opt4
  39. menu\products.exe
  40. goto start
  41.  
  42. :opt5
  43. menu\sharehlp.exe
  44. goto start
  45.  
  46. :opt6
  47. menu\swtutor.exe
  48. goto start
  49.  
  50. :opt7
  51. menu\disclaim.exe
  52. goto start
  53.  
  54. :opt8
  55. CALL INTRO.BAT
  56. goto start
  57.  
  58.  
  59. :end
  60.